Categories : All >> Scripting >> 
Examples (9) Perl (123) Powershell (30) Python (66)
Selenium (7)      
Total of 236 matching articles 
Search results : ^Scripting::

Page - 1 | 2 | 3 | 4 |

Sort by : Number | Title
Q.756plainScripting::Perl::Regular Expressions::How to count number of occurrence of a character.
Q.230plainScripting::Perl::What are the valid data types.
Q.83richtextScripting::Perl::What is the difference between single quote (') and double quote (").
Q.2173plainScripting::Perl::What is the difference between single quote(') and double quote(").
Q.2170plainScripting::Perl::What is the syntax for opening a file.
Q.2172plainScripting::Perl::What is the syntax for pattern matching operation..
Q.1695plainScripting::Perl::Win32::How to validate a user against Active Directory.
Q.702plainScripting::Perl::Win32::What package to use to manage Win32 shares.
Q.1445plainScripting::Perl::Windows::ActiveSoftware::Development::Languages::Perl::How to install HTML-TableContentParser module.
Q.554plainScripting::Perl::how to extract a specific substring from a bigger string.
Q.750plainScripting::Perl::io::what are the format strings for printf.
Q.1481plainScripting::Perl::regexp:: How to use non capturing group (?:.
Q.582plainScripting::Perl::regular expression syntax , part 1.
Q.6richtextScripting::Powershell:: Command Examples.
Q.1410richtextScripting::Powershell:: General Tips.
Q.1396richtextScripting::Powershell:: How to count lines from the output.
Q.1189richtextScripting::Powershell:: How to display Powershell version.
Q.2062richtextScripting::Powershell:: How to ensure that script files with .ps1 extension can be executed by powershell.
Q.1771richtextScripting::Powershell:: How to generate the checksum (hash) of a file.
Q.1403richtextScripting::Powershell:: How to launch powershell from command line.
Q.1188richtextScripting::Powershell:: How to obtain the command history.
Q.906richtextScripting::Powershell:: How to start powershell.
Q.1587richtextScripting::Powershell:: What are the execution policies and related commands.
Q.1442richtextScripting::Powershell:: What are the execution policies for powershell.
Q.1773richtextScripting::Powershell:: Working with Microsoft Office Excel - part 1.
Q.1768richtextScripting::Powershell:: Working with Microsoft Office Word document - Part 1.
Q.1772richtextScripting::Powershell:: Working with Microsoft Office Word document - Part 2.
Q.1446richtextScripting::Powershell::2.0:: Examples.
Q.1791richtextScripting::Powershell::2.0:: Powershell 2.0 Cheatsheet.
Q.1400richtextScripting::Powershell::4.0:: Examples.
Q.1767richtextScripting::Powershell::5.1:: How to perform common tasks.
Q.1770richtextScripting::Powershell::5.1:: Powershell 5.1 Cheatsheet.
Q.1637richtextScripting::Powershell::AWS:: Examples of AWS powershell cmdlets.
Q.1925richtextScripting::Powershell::Modules::psexel:: Overview of the psexel module.
Q.1402richtextScripting::Powershell::Operators:: What is the syntax for -f format operator.
Q.1369plainScripting::Powershell::Syntax:: Arrays - Constants - Functions - Variables.
Q.1366plainScripting::Powershell::Syntax:: Do While - Do Until - For - ForEach loops.
Q.1370plainScripting::Powershell::Syntax:: How to create objects.
Q.1365plainScripting::Powershell::Syntax:: If and Switch statements.
Q.1367plainScripting::Powershell::Syntax:: Reading from or Writing to a file.
Q.1371plainScripting::Powershell::Syntax:: Writing to Console or Capturing User input.
Q.1368plainScripting::Powershell::Syntax:: Writing to a HTML or CSV file.
Q.1372plainScripting::Powershell::Syntax:: line breaks - comments - merging lines - piping output to another command.
Q.1387richtextScripting::Python:: How to run a simple web (http) server.
Q.1968richtextScripting::Python:: How to upgrade to Python 3.9 in Centos 7.
Q.1844richtextScripting::Python:: Solving common problems using python.
Q.1727richtextScripting::Python:: Variables.
Q.1517richtextScripting::Python::2.7:: What are the builtin functions.
Q.1769richtextScripting::Python::3.x:: How to use python-docx module to work with Microsoft Word documents.
Q.1939richtextScripting::Python::3.x::Tools Written in Python::linkchecker:: How to install and run linkcheker in Linux and Windows.
Q.841richtextScripting::Python::Certification:: What are the available Python Certifications.
Q.1566richtextScripting::Python::Cheatsheet:: Pandas library cheatsheet.
Q.1414richtextScripting::Python::Cheatsheet:: Python 2 quick reference.
Q.1762richtextScripting::Python::Cheatsheet:: Python 3 cheatsheet.
Q.1766richtextScripting::Python::Cheatsheet:: Python 3 modules cheatsheet 1.
Q.2000richtextScripting::Python::Comparison:: Differences in behaviour of input function in python2 vs python3.
Q.1523richtextScripting::Python::Documentation:: Python docs.
Q.1843richtextScripting::Python::Examples:: Function to convert Unix octal permissions to string (rwx) permissions.
Q.1793richtextScripting::Python::Examples:: How to check for repeating characters in a string.
Q.418richtextScripting::Python::Examples:: How to do formatted print.